home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Library / Manuels & Misc / Assembly / AOA.ZIP / CH02 / WLOGIC / ABOUT.DFM / ABOUT.txt next >
Encoding:
Text File  |  1995-12-22  |  2.3 KB  |  107 lines

  1. object AboutBox: TAboutBox
  2.   Left = 238
  3.   Top = 104
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 266
  8.   ClientWidth = 373
  9.   Font.Color = clWindowText
  10.   Font.Height = -16
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   TextHeight = 20
  16.   object Panel1: TPanel
  17.     Left = 10
  18.     Top = 10
  19.     Width = 351
  20.     Height = 201
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 10
  26.       Top = 10
  27.       Width = 81
  28.       Height = 71
  29.       Picture.Data = {<image000.bmp>}
  30.       Stretch = True
  31.       IsControl = True
  32.     end
  33.     object ProductName: TLabel
  34.       Left = 110
  35.       Top = 20
  36.       Width = 173
  37.       Height = 16
  38.       Caption = 'Logic Equation Simulator'
  39.       Font.Color = clBlack
  40.       Font.Height = -15
  41.       Font.Name = 'MS Sans Serif'
  42.       Font.Style = [fsBold]
  43.       ParentFont = False
  44.       IsControl = True
  45.     end
  46.     object Version: TLabel
  47.       Left = 110
  48.       Top = 50
  49.       Width = 78
  50.       Height = 16
  51.       Caption = 'Version 2.0'
  52.       Font.Color = clBlack
  53.       Font.Height = -15
  54.       Font.Name = 'MS Sans Serif'
  55.       Font.Style = [fsBold]
  56.       ParentFont = False
  57.       IsControl = True
  58.     end
  59.     object Copyright: TLabel
  60.       Left = 10
  61.       Top = 100
  62.       Width = 223
  63.       Height = 16
  64.       Caption = 'Copyright 1995 by Randall Hyde'
  65.       Font.Color = clBlack
  66.       Font.Height = -15
  67.       Font.Name = 'MS Sans Serif'
  68.       Font.Style = [fsBold]
  69.       ParentFont = False
  70.       IsControl = True
  71.     end
  72.     object Comments: TLabel
  73.       Left = 26
  74.       Top = 130
  75.       Width = 271
  76.       Height = 48
  77.       Caption = 
  78.         'This program is intended for use with laboratory experiments in ' +
  79.         'the "Art of Assembly Language Programming."'
  80.       Font.Color = clBlack
  81.       Font.Height = -15
  82.       Font.Name = 'MS Sans Serif'
  83.       Font.Style = [fsBold]
  84.       ParentFont = False
  85.       WordWrap = True
  86.       IsControl = True
  87.     end
  88.   end
  89.   object OKButton: TBitBtn
  90.     Left = 139
  91.     Top = 223
  92.     Width = 96
  93.     Height = 33
  94.     Font.Color = clBlack
  95.     Font.Height = -15
  96.     Font.Name = 'MS Sans Serif'
  97.     Font.Style = [fsBold]
  98.     ParentFont = False
  99.     TabOrder = 1
  100.     OnClick = OKButtonClick
  101.     Kind = bkOK
  102.     Margin = 2
  103.     Spacing = -1
  104.     IsControl = True
  105.   end
  106. end
  107.